CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 128 point fft
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 128 point fft - List
[
CSharp
]
FFT-c
DL : 0
傅立叶变换的c语言源代码 128点DIT FFT函数: /* 采样来的数据放在dataR[ ]数组中,运算前dataI[ ]数组初始化为0 */ void FFT(float dataR[],float dataI[]) -Fourier Transform c language source code DIT 128 point FFT function : / * Sample data on the dataR [] array, Operational before dataI [] array initialization to 0 * / void FFT (float dataR [], float dataI [])
Date
: 2008-10-13
Size
: 3.44kb
User
:
郑超
[
Other
]
128
DL : 0
128点快速傅立叶变换算法,用C语言编的,很实用的-128 point FFT algorithm in C language addendum to the very practical
Date
: 2008-10-13
Size
: 1.03kb
User
:
太阳雨
[
Algorithm
]
fftw-3.1.tar
DL : 0
最新的FFT程序,目前是最好的开放FFT代码-latest FFT procedure, is the best open source FFT
Date
: 2025-07-06
Size
: 2.57mb
User
:
薛斌
[
CSharp
]
FFT-c
DL : 0
傅立叶变换的c语言源代码 128点DIT FFT函数: /* 采样来的数据放在dataR[ ]数组中,运算前dataI[ ]数组初始化为0 */ void FFT(float dataR[],float dataI[]) -Fourier Transform c language source code DIT 128 point FFT function :/* Sample data on the dataR [] array, Operational before dataI [] array initialization to 0*/void FFT (float dataR [], float dataI [])
Date
: 2025-07-06
Size
: 3kb
User
:
郑超
[
DSP program
]
TMS320F2812-FFT
DL : 0
F2812 标准FFT算法,128点,256点,512点,1024点FFT算法,具体做法为将库含数FFT.LIB加入的目标项目,加入对应的C含数和头文件,特别注意的FFT算法缓冲去一定要存放在0X8000H中的内部缓冲区中!!!切记,本人调试时就走了很多弯路啊-F2812 standard FFT algorithm, 128, 256, 512, 1024-point FFT algorithm, the specific approach to the library will join with several FFT.LIB goals, joined counterparts with the number of C header files, pay special attention to the FFT algorithm to buffer must 0X8000H stored in the internal buffer! ! ! remember, I debug away many detours ah
Date
: 2025-07-06
Size
: 23kb
User
:
孙玉海
[
matlab
]
fft_PQ
DL : 0
FFT的实现在LPC2378上。首先采用了拉个朗日插值算法对采集的电网波形频率跟踪,然后使用128点的FFT。-FFT on achieving the LPC2378. First used in the Rafah Colon day interpolation algorithm for the acquisition tracking grid frequency waveform, and then use the 128 point FFT.
Date
: 2025-07-06
Size
: 25kb
User
:
张红卫
[
Other
]
128
DL : 0
128点快速傅立叶变换算法,用C语言编的,很实用的-128 point FFT algorithm in C language addendum to the very practical
Date
: 2025-07-06
Size
: 1kb
User
:
太阳雨
[
SCM
]
armok01167658
DL : 0
最近用Mega128写了一个128点FFT程序,浮点运算,加汉宁窗。由于窗函数和旋转因子通过查表得到,所以速度还可以,程序中给的初值是通过高速AD采集的20KHz正弦信号。计算结果与Matlab的FFT函数得到的结果相同。 -Mega128 recently wrote a 128-point FFT procedures, floating-point operations, Hanning window. Since the window function and the twiddle factor look-up table has been adopted, so the speed can also be, the initial value to the process through high-speed AD collected 20KHz sinusoidal signal. The calculation results with the Matlab
Date
: 2025-07-06
Size
: 20kb
User
:
dfsdf
[
DSP program
]
fft128c
DL : 0
DSP2812下,C调汇编的128点FFT程序,算法为TI提供,定点,测量信号频率和幅度较好,速度比C快三倍左右.-DSP2812 under, C tune compiled 128 points FFT procedures, algorithms for TI to provide, point, measure the signal frequency and amplitude is better, faster than C for about three times faster.
Date
: 2025-07-06
Size
: 17kb
User
:
sss
[
VHDL-FPGA-Verilog
]
ip_fft128
DL : 0
128点fft的IP核vhdl源代码,另有其控制代码。-128 point fft s IP core VHDL source code, while its control code.
Date
: 2025-07-06
Size
: 7kb
User
:
戈立军
[
Algorithm
]
fft
DL : 0
单片机能实现的FFT算法。128点快速傅氏变换-Single-chip to realize the FFT algorithm. 128-point fast Fourier transform
Date
: 2025-07-06
Size
: 2kb
User
:
王伟刚
[
SCM
]
FFT
DL : 0
FFT子程序,用于AVR单片机上,为7级128点的FFT-FFT Subroutine for AVR Single Chip, for the seven 128-point FFT
Date
: 2025-07-06
Size
: 1kb
User
:
张海增
[
Algorithm
]
fft
DL : 0
FFT算法实现 Radix2 可以计算 4,8,16,32, 64,128, 256....点FFT Radix4 可以计算 4,16, 64, 256, 1024...点FFT FFT_DIT_general.c 实现了 Radix2 和Radix4 的配合使用,可以计算Radix2可以计算的所有FFT,但效率比Radix2高。-FFT can be calculated Radix2 algorithm 4,8,16,32, 64,128, 256 .... can calculate the FFT Radix4 points 4,16, 64, 256, 1024-point FFT FFT_DIT_general.c ... Radix2 and Radix4 achieved with the use of Radix2 can calculate can calculate all the FFT, but Radix2 high efficiency.
Date
: 2025-07-06
Size
: 2kb
User
:
liuxiaoxiao
[
assembly language
]
fft
DL : 0
vhdl code and verilog code for an 128 point fft processor which has to be executed in xlinx software as needed for course project
Date
: 2025-07-06
Size
: 356kb
User
:
tejaswini
[
Other
]
128FFT
DL : 0
128点FFT程序,带有详尽的注释,便于移植。-128-point FFT program, with detailed notes, easy to transplant.
Date
: 2025-07-06
Size
: 5kb
User
:
wwddd
[
Algorithm
]
fft.c
DL : 0
c语言编写的求1,2,4,8,16,32,64,128,256,512,1024,2048点fft 通用程序-c language of the general program requirements 1,2,4,8,16,32,64,128,256,512,1024,2048 point fft
Date
: 2025-07-06
Size
: 15kb
User
:
ws
[
Software Engineering
]
128-Point-fft-ok
DL : 0
这是一个外文文档,在fft的设计方面有较大的改进,可以当作大家的参考-This is a file writed by english,which has been optimized in fft.It is a good choice for the ones who are working on dsp and fpga.
Date
: 2025-07-06
Size
: 292kb
User
:
gaod
[
Other Games
]
FFT
DL : 0
基于TMS320F2407的128点FFT源程序-Based on the TMS320F2407 128-point FFT source
Date
: 2025-07-06
Size
: 2kb
User
:
wf
[
DSP program
]
fft
DL : 0
基于DSP2812的模拟量采集128点的FFT算法,用于变频器的SVPWM控制-The DSP2812 analog capture the 128-point FFT algorithm for inverter-based SVPWM control
Date
: 2025-07-06
Size
: 391kb
User
:
李明辉
[
Other
]
128点FFT
DL : 1
128点基8的快速傅里叶变换的verilog代码(Verilog code of fast Fourier transform based on 128 point base 8)
Date
: 2025-07-06
Size
: 226kb
User
:
helimpopo
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.